operator (.le.) Interface

public interface operator (.le.)

Calls

interface~~operator (.le.)~~CallsGraph interface~operator (.le.) operator (.le.) proc~le_dd le_dd interface~operator (.le.)->proc~le_dd proc~le_di le_di interface~operator (.le.)->proc~le_di proc~le_dr le_dr interface~operator (.le.)->proc~le_dr proc~le_id le_id interface~operator (.le.)->proc~le_id proc~le_rd le_rd interface~operator (.le.)->proc~le_rd

Module Procedures

public function le_dd(lhs, rhs)

Arguments

Type IntentOptional Attributes Name
type(hyperdual), intent(in) :: lhs
type(hyperdual), intent(in) :: rhs

Return Value logical

public function le_dr(lhs, rhs)

Arguments

Type IntentOptional Attributes Name
type(hyperdual), intent(in) :: lhs
real(kind=pr), intent(in) :: rhs

Return Value logical

public function le_rd(lhs, rhs)

Arguments

Type IntentOptional Attributes Name
real(kind=pr), intent(in) :: lhs
type(hyperdual), intent(in) :: rhs

Return Value logical

public function le_di(lhs, rhs)

Arguments

Type IntentOptional Attributes Name
type(hyperdual), intent(in) :: lhs
integer, intent(in) :: rhs

Return Value logical

public function le_id(lhs, rhs)

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: lhs
type(hyperdual), intent(in) :: rhs

Return Value logical